home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 19 / AMIGAplus Sonderheft 19 (1999)(ICP)(DE)[!].iso / Magazin / Future-PD / AmiAmp / AddOns / VisFS / ReadMe next >
Text File  |  1999-05-19  |  2KB  |  56 lines

  1. Short:    Fullscreen spectrometer plugin for AmigaAMP
  2. Uploader: Stefan Ohlsson (dal95son@mds.mdh.se)
  3. Author:   Stefan Ohlsson (dal95son@mds.mdh.se)
  4. Type:     mus/play
  5. Replaces: mus/play/VisFS.LhA
  6. Version:  1.1
  7.  
  8.  
  9. Usage
  10. -----
  11. Just start the plugin by clicking on its icon while AmigaAMP is running.
  12.  
  13. Key assignments
  14. ---------------
  15. ESC, SPACE or Q -  Quit
  16. 1               -  High sample resolution (256/channel)
  17. 2               -  Medium sample resolution (128/channel)
  18. 3               -  Low sample resolution (64/channel)
  19. F               -  Toggle falloff/immediate mode
  20.  
  21. Tooltypes
  22. ---------
  23. RENDERPRI  - (Default 0)
  24.              The plugin can bump up its priority when drawing to the screen to
  25.              avoid flicker. Use this option with caution.
  26. IDLEPRI    - (Default 0)
  27.              Priority when not rendering to the screen.
  28. COPPERFADE - (Default TRUE)
  29.              If TRUE, the plugin installs a nice colour effect. This has no
  30.              effect on GFX-cards.
  31. RESOLUTION - (Default 2, which is Medium)
  32.              Highest resolution, 1, will draw the spectrum with 256 sample
  33.              points. Medium, 2, will use 128 and low, 3, will use 64.
  34. FALLOFF    - (Default TRUE)
  35.              If TRUE, the graph will smoothly fall off. Otherwise the graph
  36.              will directly represent the spectrum.
  37. BGCOLOR    - (Default 0x000, which is Black)
  38.              Background color.
  39. FGCOLOR    - (Default 0xFFF, which is White)
  40.              Foreground (graph) color.
  41. MODEID     - If specified, VisFS will try to open its screen in this mode.
  42.              This has to be a hexadecimal number. Warning: If the number is
  43.              invalid the plugin will fail to load.
  44.  
  45. Minimum requirements
  46. --------------------
  47. AmigaAMP2.3sp1 in skin mode, or AmigaAMP2.4 or later.
  48. OCS,ECS or AGA for CopperFade-effect.
  49.  
  50. Release History
  51. ---------------
  52. V1.0, 27-Jan-99: First release.
  53. V1.1, 03-Mar-99: Added doublebuffering.
  54.                  Now uses BestModeID().
  55.                  Added MODEID tooltype.
  56.